Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(0,1,x)  → f(s(x),x,x)
2:    f(x,y,s(z))  → s(f(0,1,z))
There are 2 dependency pairs:
3:    F(0,1,x)  → F(s(x),x,x)
4:    F(x,y,s(z))  → F(0,1,z)
The approximated dependency graph contains one SCC: {3,4}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006